←Select platform

OnItemAdded Method

Summary

Raises the ItemAdded event.

Syntax

C#
VB
C++
protected virtual void OnItemAdded( 
   KeyValuePair<TKey, TValue> data 
) 
  
Protected Sub OnItemAdded( _ 
   ByVal data As KeyValuePair(Of TKey,TValue) _ 
)  
protected: 
void OnItemAdded(  
   KeyValuePair<TKey^,TValue^> data 
)  

Parameters

data
The KeyValuePair object that is added to the dictionary.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly